home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_1253 / frame_1 / PlaceObject2_1243_6 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Text File  |  2005-08-12  |  427b  |  23 lines

  1. onClipEvent(load){
  2.    function press()
  3.    {
  4.       mon = 1;
  5.       x = _xmouse;
  6.       y = _ymouse;
  7.       _root.main.fr.faces.changeEyeballs("Lup","up","Rup");
  8.    }
  9.    function release()
  10.    {
  11.       mon = 0;
  12.       _root.main.fr.faces.changeEyeballs("Lup","up","Rup",1);
  13.    }
  14.    function rollOver()
  15.    {
  16.       _root.guide.guideGo("hazusu");
  17.    }
  18.    function rollOut()
  19.    {
  20.       _root.guide.guideGo(1);
  21.    }
  22. }
  23.